home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Caml Light 0.7 / Caml Light 0.7 source / src / runtime / sys.h < prev    next >
Text File  |  1995-06-01  |  187b  |  12 lines

  1. #ifndef _sys_
  2. #define _sys_
  3.  
  4. #include "misc.h"
  5.  
  6. void sys_error P((char *));
  7. void raise_pending_signal P((void));
  8. void sys_init P((char **));
  9. void sys_exit P((value));
  10.  
  11. #endif /* _sys_ */
  12.